home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / Re Compiling Extension.2 < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.3 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Compiling Extension
  2. Sent:        6/3/96 8:22 AM
  3. Received:    6/3/96 8:41 AM
  4. From:        Brian Arnold, arnold@lumina.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >>This file is included into a CW9 project. The SOMObjectsTS compiler creates
  9. >>the other SOM files without errors, although warning messages about the
  10. >>function declarations not being in the correct relase order, are generated.
  11. >
  12. >I remember having a problem like that because I forgot the
  13. >UserStartupTS*somc file. I maybe completely wrong but....
  14.  
  15. Aha, a clue!  Perhaps the default file was meant for MPW and not ToolServer
  16. and is therefore left out "TS"?  I have UserStartup(dot)somc, but it
  17. doesn't have "TS" in the name.
  18.  
  19. Since I also have the same two problems (the idl warnings and the cpp
  20. semicolon errors) in my SOM class, I've taken the mental leap of changing
  21. the startup file's name.  Adding "TS" to the file name after the word
  22. "ToolServer" so that it actually gets used by ToolServer cures both
  23. reported problems.
  24.  
  25. - Brian
  26.  
  27. ---------------------------------------------------------------
  28. Brian Arnold                                  arnold@lumina.com
  29. Director of Software Development
  30. Lumina Decision Systems, Inc.            http://www.lumina.com/
  31.  
  32.